home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / comm / mycmm220.zip / READ_ME.NOW < prev    next >
Text File  |  1994-03-29  |  3KB  |  89 lines

  1. Important MyComm Update Information!
  2.  
  3. Three Items:
  4.  
  5. --------------------
  6. Item 1 of 3:
  7.  
  8. New with MyComm version 2.15 through 2.20
  9. Script language changes
  10.  
  11.   Several changes were made to the MyComm "script" language.
  12. Some of the changes such as needing to enclose strings in
  13. quotes are not compatible with the previous version of the
  14. script language. This was unfortunately necessary to provide
  15. certain enhancements to the existing script language.
  16. The changes are fairly simple to make, however your script
  17. files will require some manual editing.
  18.  
  19. Sorry for any inconvenience that this may have caused.
  20.  
  21. Script language changes incompatible with versions
  22. of MyComm below version 2.15:
  23.  
  24. - all strings must be enclosed in quotes i.e. "some string"
  25.  
  26. - string flags must begin with 'S' i.e S1, S2, etc.
  27.  
  28. - integer flags must begin with 'I' i.e. I1, I2, etc.
  29.  
  30. Enhancements to MyComm script language
  31.  
  32. - There are now ten rather than 5 string and integer flags
  33.  
  34. - Several functions were enhanced to take optional parameters
  35.  
  36. - Several new functions have been added.
  37.  
  38. Please refer to Appendix E "Script Language" in MYCOMM.DOC
  39. for further information.
  40.  
  41. --------------------
  42. Item 2 of 3:
  43.  
  44.   A more standard notation for entering "control" characters in the
  45. setup strings and script function strings has been added starting with
  46. MyComm version 2.11.
  47.  
  48.   For example '^M' now superceeds '|' as the Carraige Return symbol.
  49. The '|' (also known as the "pipe" symbol) is still supported in
  50. MyComm version 2.15 but will eventually be phased out.  As time
  51. permits all incidences of the '|' symbol should be replaced in your
  52. Modem Setup Strings and the XMIT() script function.
  53.  
  54. --------------------
  55. Item 3 of 3:
  56. New with MyComm version 2.1 and above
  57. Configuration file changes
  58.  
  59.   The format of the configuration file (MYCOMM.CFG) used by
  60. MyComm version 2.1x has changed due to features that have
  61. been added to MyComm.  For your convenience the program
  62. CNVRT2NW.EXE is provided to perform the necessary
  63. conversion for you.  Use this conversion program only if you
  64. are currently using MyComm version 2.0, 2.01, or 2.02.
  65.  
  66. Usage of CNVRT2NW.EXE
  67.  
  68. Step 1:     Copy CNVRT2NW.EXE to the directory that you keep
  69.             MyComm in.
  70.  
  71. Step 2:     Type CNVRT2NW at the DOS prompt.  You will see
  72.             some short instructions.  Type 'Y' to continue,
  73.             or 'N' to quit.  The CNVRT2NW program will run
  74.             and perform the required conversion for you.
  75.  
  76.   The CNVRT2NW program also creates the file MYCM_OLD.CFG
  77. which is a backup of your current configuration.  After you
  78. have determined that the conversion has taken place
  79. correctly you may delete the file MYCM_OLD.CFG.
  80.  
  81.  
  82. NOTE!
  83.  
  84.   The CNVRT2NW.EXE program will NOT work with versions of MyComm
  85. below version 2.0!  Sorry for any inconvenience.
  86.  
  87.  
  88. Ken Dorshimer - Author MyComm data communications software
  89.